home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3514 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: felix.teclink.net!usenet
  2. From: rad@teclink.net (rad)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Update to Native Developer Kit 3.1: Request for ideas
  5. Date: 21 Feb 1996 04:59:37 GMT
  6. Organization: TECLink Internet Services: info@TECLink.Net
  7. Message-ID: <1005.6624T1300T707@teclink.net>
  8. References: <13213602@sourcery.han.de>
  9. NNTP-Posting-Host: tc2_23.teclink.net
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  11.  
  12.  
  13. >Amiga Technologies is planning an update to the Native Developer Kit 3.1 and
  14. >while already a fair number of ideas what to change in the update have been
  15. >collected I would like to ask what you want to see changed.
  16.  
  17. The thing I would like most to see in an update is the correcting of
  18. prototypes in headers to indicate when constant pointers can be passed.
  19.  
  20. (e.g. in clib/dos.h:
  21.  
  22. BPTR Open (CONST STRPTR name, long accesMode);
  23. LONG Write (BPTR file, CONST APTR buffer, long length);
  24. LONG DeleteFile (CONST STRPTR name);
  25. LONG Rename (CONST STRPTR oldName, CONST STRPTR newName);
  26. BPTR Lock (CONST STRPTR name, long type);
  27. ...
  28.  
  29. )
  30.  
  31. --------------------------------------------------------------------------
  32. - Richard Deken                   E-Mail: (personal)     rad@teclink.net -
  33. - VLSI design engineer                    (AuE business) rad@aue.com     -
  34. - Advanced Microelectronics       PGP public key available               -
  35. --------------------------------------------------------------------------
  36.  
  37.